
.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner.jpg);
  background-position: center;
  background-size: 100% 100%;
  text-align: center;
  /* padding-top: 380px; */
  color: white;
  font-size: 40px;
  /* margin-top: -120px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.sec1a .png {
  width: 100px;
  position: absolute;
  left: 0;
  z-index: 30;
  opacity: 0.5;
  margin-top: 300px;
  height: fit-content;
  border-radius: 0;
}



.sec1a h1 {
  font-size: 75px;
  color: #23463e;
  font-weight: 800;
  margin-top: 250px;
  margin-left: 10%;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.sec1a .tx {
  width: 45%;
}

.sec1a .tx ul {
  width: 100%;
  display: flex;
  margin-left: 25%;
}

.sec1a .tx ul li {
  text-decoration: none;
  color: black;
  font-size: 20px;
  list-style: none;
  width: fit-content;
  margin: 0 5px;
}

.sec1a .tx ul li span {
  margin-left: 5px;
}

.sec1a .tx ul a:hover {
  text-decoration: none;
}

.sec1a .tx ul .li2 li {
  color: #730f4d;
}

.sec1a img {
  width: 54%;
  border-radius: 0 0 30% 80%;
  height: 550px;
  margin-right: -100px;
  margin-top: -30px;
}





.sec2a {
  /* margin-top: 50px; */
  padding: 30px 40px;
  /* background-image: linear-gradient(to  bottom right,rgb(98, 194, 207),rgba(17, 5, 5, 0),rgb(27, 70, 176)); */
  max-width: 1800px;
  margin: auto;

}

.sec2a p {
  font-size: 20px;
  margin-top: 10px;
  color: black;
}

.sec3a {
  max-width: 1500px;
  margin: auto;
  padding: 0px 40px;
  display: flex;
  flex-wrap: wrap-reverse;
  /* background-image: linear-gradient(to top left, rgba(164, 104, 7, 0),rgba(0, 0, 0, 0),rgba(35, 165, 216, 0)); */

}

.sec3b {
  flex-wrap: wrap;
}

.sec3a .text {
  width: 48%;
  padding: 20px;
  /* background-image: linear-gradient(to top left, rgba(7, 140, 164, 0.23),rgba(0, 0, 0, 0),rgba(216, 120, 231, 0.32)); */

}

.sec3a .img {
  width: 48%;
}

.sec3a .img img {
  width: 100%;
  height: 400px;
}

.sec3a p {
  font-size: 20px;
  margin-top: 10px;
}


@media screen and (max-width: 900px) {

  .sec2-text {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 900px) {

  .sec1a {
    height: 450px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner\ -\ Copy.jpg);
    background-position: center;
    background-size: 100% 200%;
    flex-wrap: wrap-reverse;
    position: relative;
  }

  .sec1a h1 {
    font-size: 35px;
  }

  .sec1a .tx {
    width: 100%;
  }

  .sec1a h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-left: 0%;
  }

  .sec1a .png {
    margin-top: 200px;
    width: 80px;
    top: 0;
  }

  .sec1a .tx ul {
    margin-left: 10%;
  }

  .sec1a img {
    width: 120%;
    height: 350px;
    margin-top: -60px;
    margin-right: -200px;

  }


  .sec2a {
    padding: 20px;
  }

  .sec2a p {
    font-size: 15px;
  }

  .sec3a {
    padding: 0px;
  }

  .sec3a .text {
    width: 100%;
  }

  .sec3a p {
    font-size: 15px;
  }

  .sec3a .img {
    width: 100%;
  }

  .sec3a .img img {
    width: 100%;
    height: 250px;
  }
}